home *** CD-ROM | disk | FTP | other *** search
/ PC-SIG: World of Games / PC-SIG World of Games (CDRM1080710) (1993).iso / EDU / DISK0922.ZIP / FILES922.TXT next >
Text File  |  1988-10-06  |  3KB  |  67 lines

  1. Disk No   922
  2. Program Title:  WIZQUIZ and JEM
  3. PC-SIG Version 1.2
  4.  
  5. WIZQUIZ is an educational program which brings up randomly-generated
  6. problems covering a wide area of the average elementary school
  7. mathematics curriculum.  Problems cover addition, subtraction,
  8. multiplication, division, lowest common denominator, greatest common
  9. factor, simple and advanced fractions, decimals and percents, and
  10. reciprocals.
  11.  
  12. Each type of problem has ten levels, and each level has a target score
  13. determined by the number of errors and the time it takes to solve ten
  14. problems.  Since WIZQUIZ asks for and remembers a player's age, it
  15. restricts access to easier problems by age.  After each set of ten
  16. problems the program calculates the new average, checks the score
  17. against the best ever and the player's own previous best performance,
  18. and announces the score.  WIZQUIZ keeps a separate record for each
  19. player's best score and averages.  Each record is password-protected,
  20. but there is a "super wizard's" password that lets anyone look at
  21. anybody's scores.  WIZQUIZ is a program that can be used both at home
  22. for personal studying and at school in the classroom.
  23.  
  24. JEM LOGO was written to teach children the basics of computer
  25. programming.  It is a very simple programming language that teaches
  26. children the logic associated with a computer and how you can combine
  27. commands to carry out complex tasks.  JEM has three basic modes: Help,
  28. Explain, and Run. The first mode you see is Run, when the Logos are
  29. displayed.  If you type in HELP, you see four pages of text, giving a
  30. brief description of the Logo or word you asked for help with.
  31.  
  32. JEM has two types of words: Primary and Secondary.  Primary words are
  33. the base of JEM, and the secondary words are created out of primary
  34. words.  Primary words are the simplest commands used by JEM. The most
  35. important words to the beginner are HELP and END. HELP displays the
  36. help, while END saves the file and exits.  Secondary words are the way
  37. you program the turtle to do higher functions.  They may be any
  38. combination of primary words and secondary words.
  39.  
  40. Usage:  Mathematics/Programming Language.
  41.  
  42. Special Requirements:  Color graphics.
  43.  
  44. How To Start:  Type GO (press enter).
  45.  
  46. Suggested Registration:  $9.00 for WIZQUIZ and $20.00 for JEM.
  47.  
  48. File Descriptions:
  49.  
  50. -------- ---  WHIZQUIZ
  51. WHOZWIZ  EXE  Score keeper.
  52. README        Documentation.
  53. WIZQUIZ  EXE  Main program.
  54. -------- ---  JEM
  55. JEM      BAK  Backup of the documentation file.
  56. JEM      COM  Main program.
  57. JEM      DAT  Data file used by JEM.
  58. JEM      DOC  Documentation file.
  59. READ     ME   Description of what is on this disk.
  60.  
  61. PC-SIG
  62. 1030D E Duane Avenue
  63. Sunnyvale Ca. 94086
  64. (408) 730-9291
  65. (c) Copyright 1987,88 PC-SIG, Inc.
  66.  
  67.